home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / Strong_BS175.ZIP / !StrongBS / !Run < prev    next >
Text File  |  1997-07-16  |  1KB  |  27 lines

  1. |!Run file for StrongBS version 1.75 (17th July 1997)
  2. | © Copyright Mohsen Alshayef 1993-1997
  3. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later
  4. If "<Wimp$ScrapDir>" = "" Then Error 0 System scrap directory can not be found, set Wimp$ScrapDir.
  5.  
  6. RMEnsure BASICTools 1.05 RMLoad <Obey$Dir>.Resources.BASICTools
  7. RMEnsure BASICTools 1.05 Error You need a newer BASICTools module (v. 1.04 or better) to run !StrongBS application
  8.  
  9. | If you want StrongBS in another language then change the next line to point to
  10. | the resources sub-directory for the country. Ensure all files are present in the
  11. | new directory including the Templates !!... send me anything you make..
  12.  
  13. Set StrongBS$Country <Obey$Dir>.Resources.UK
  14.  
  15. |SET StrongBS$Banner Off
  16. SET StrongBS$Banner On
  17.  
  18. SET StrongBS$Dir <Obey$Dir>
  19. SET StrongBS$3rdParty <Obey$Dir>.3rdParty
  20. SET StrongBS$Library <Obey$Dir>.Library
  21. SET StrongBS$InsertREM <Obey$Dir>.REMInsert
  22. SET StrongBS$Modes <Obey$Dir>.Modes
  23.  
  24. IconSprites <StrongBS$Dir>.!Sprites
  25. WimpSlot -min 352k -max 352k
  26. RUN <StrongBS$Dir>.!RunImage
  27.